Description | : __Time Zone by Id__ **Applies to**: S0 and S1 pricing tiers. This API returns current, historical, and future time zone information for the specified IANA time zone ID. |
Reference | : Link ¶ |
⚼ Request
GET:
/timezone/byId/{format}
{
x-ms-client-id:
string
,
subscription-key:
string
,
api-version:
string
,
Accept-Language:
string
,
options:
string
,
timeStamp:
string
,
transitionsFrom:
string
,
transitionsYears:
integer
,
format:
string
,
query:
string
,
}
⚐ Response (200)
{
Version:
string
,
ReferenceUtcTimestamp:
string
,
TimeZones:
}
[
]
,
{
,
Id:
string
,
Aliases:
[
,
string
,
]
Countries:
[
]
,
{
,
Name:
string
,
Code:
string
,
}
Names:
{
,
ISO6391LanguageCode:
string
,
Generic:
string
,
Standard:
string
,
Daylight:
string
,
}
ReferenceTime:
{
,
Tag:
string
,
StandardOffset:
string
,
DaylightSavings:
string
,
WallTime:
string
,
PosixTzValidYear:
integer
,
PosixTz:
string
,
}
RepresentativePoint:
{
,
Latitude:
number
,
Longitude:
number
,
}
TimeTransitions:
}
[
]
,
{
,
Tag:
string
,
StandardOffset:
string
,
DaylightSavings:
string
,
UtcStart:
string
,
UtcEnd:
string
,
}
⚐ Response (400)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
[
,
string
,
]
target:
string
,
}
⚐ Response (401)
{
$headers:
{
,
www-authenticate:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
details:
[
,
string
,
]
target:
string
,
}
⚐ Response (403)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
[
,
string
,
]
target:
string
,
}
⚐ Response (404)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
[
,
string
,
]
target:
string
,
}
⚐ Response (500)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
[
,
string
,
]
target:
string
,
}